withoutTag

fun <T : KoKDocTagProvider> List<T>.withoutTag(tag: KoKDocTag, vararg tags: KoKDocTag): List<T>

List containing declarations without all specified tags.

Return

A list containing declarations without all the specified tags.

Parameters

tag

The tag to exclude.

tags

The tags to exclude.


List containing declarations without all specified tags.

Return

A list containing declarations without all the specified tags.

Parameters

tags

The tags to exclude.